home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue46 / Clinic / AutomationServer2MainFormU.dfm / AutomationServer2MainFormU.txt
Encoding:
Text File  |  1999-03-15  |  656 b   |  33 lines

  1. object FrmServer: TFrmServer
  2.   Left = 515
  3.   Top = 110
  4.   Width = 269
  5.   Height = 63
  6.   AutoSize = True
  7.   Caption = 'Server'
  8.   Color = clLime
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 261
  23.     Height = 36
  24.     Caption = 'Automation Server'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -32
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32. end
  33.